home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / debug / memmon.dir / 00075_UnloadCast.ls < prev    next >
Encoding:
Text File  |  1995-02-15  |  449 b   |  18 lines

  1. on mouseUp
  2.   put EMPTY into field "Profile Output"
  3.   copyToClipBoard(cast "Profile scripts")
  4.   tell the stage
  5.     pasteClipBoardInto(cast findEmpty(cast 1))
  6.   end tell
  7.   tell the stage
  8.     ProfileCasts()
  9.   end tell
  10.   put the result into field "Profile Output"
  11.   tell the stage
  12.     set the scriptText of cast "Profile scripts" to EMPTY
  13.   end tell
  14.   tell the stage
  15.     set the name of cast the number of cast "Profile scripts" to EMPTY
  16.   end tell
  17. end
  18.